home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMCALENDAR / TFRMCALENDAR.txt
Encoding:
Text File  |  2000-03-01  |  1.1 KB  |  47 lines

  1. object FrmCalendar: TFrmCalendar
  2.   Left = 385
  3.   Top = 231
  4.   AutoSize = True
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Mini Calendar'
  7.   ClientHeight = 189
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object PnlCalendar: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 255
  24.     Height = 189
  25.     BevelInner = bvRaised
  26.     BevelOuter = bvLowered
  27.     Caption = 'Mini Calendar'
  28.     TabOrder = 0
  29.     object Calendar: TMonthCalendar
  30.       Left = 0
  31.       Top = 0
  32.       Width = 249
  33.       Height = 183
  34.       AutoSize = True
  35.       CalColors.BackColor = clBlack
  36.       CalColors.TextColor = clBlack
  37.       CalColors.TitleBackColor = clGray
  38.       CalColors.TitleTextColor = clBlack
  39.       CalColors.MonthBackColor = clSilver
  40.       CalColors.TrailingTextColor = clGray
  41.       Date = 36197.000000000000000000
  42.       TabOrder = 0
  43.       WeekNumbers = True
  44.     end
  45.   end
  46. end
  47.